home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 51 / Mac Magazin and MacEasy Magazine CD - Issue 51.iso / Software / Online / Stalker Internet Mail Server / SIMS Loader / SIMS Loader.Read Me < prev   
Text File  |  1997-09-08  |  2KB  |  55 lines

  1. SIMS Loader 1.0
  2.  
  3. The SIMS Loader application can be used to create and update the accounts on the Stalker Internet Mail Server (SIMS).
  4.  
  5. The application uses input text file(s) to update the account information.
  6.  
  7. A text file should contain one header line and data lines.
  8. The header line contains the attribute names, separated with the TAB symbols.
  9. Data lines contain attribute values separated with the TAB symbol.
  10.  
  11. The following attributes are supported:
  12. UserName        or
  13. Account         - a text field with the account name;
  14.  
  15. FullName        or
  16. RealName        - a text field with the real-life user name;
  17.  
  18. Password        - a text field with the account password;
  19. AccountEnabled  - a boolean field;
  20. LoginEnabled    - a boolean field;
  21. SizeLimit       - a numeric field (the account storage size in KBytes, -1 or 0 if no limit)
  22. APOPrequired    - a boolean field;
  23. NotifyMode               or
  24. ForwardMode     - a text field; can contain:
  25.                   Notify IP - notify to the last IP address used;
  26.                   Notify    - notify to the specified IP address;
  27.                   None      - no notification; 
  28. NotifyAddress            or
  29. ForwardAddress  - an IP address in the form xxx.yyy.zzz.ttt:
  30.  
  31. All attribute names are case-insensitive.
  32.  
  33. Sample SIMS Loader input text file:
  34. UserName    Password  APOPrequired SizeLimit    NotifyMode
  35. User01   abcdef    true         200                            None
  36. User02   ssssszzz  true         -1        Notify IP
  37. User04   klj78#4   false        500       None
  38.  
  39.  
  40. If the header line contains an unknown name, all fields in that column are ignored.
  41.  
  42. If some account attribute is not specified in the input file, that attribute is not changed for the existing SIMS accounts, and the newly created accounts get the default value of that attribute. The UserName attributes must be specified in the input file.
  43.  
  44. If the Password attribute value starts with the $01 code (as used with MailShare Loader when exporting the passwords from MailShare/AIMS/EIMS), this attribute value is decoded from the AIMS format.
  45.  
  46. If you need the MailShare Loader Utility:
  47. "It may only be obtained from the following location (click on fairShare).
  48.              <http://www.fairbanks.org/>
  49. " (quoted from the MailShare Loader ReadMe file).
  50.  
  51.  
  52. Revision History
  53. The revision history is maintained on the Stalker SIMS  site:
  54. <http://www.stalker.com/SIMS/History.html>
  55.